home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / util / wb / SmartMenu.lha / smartmenu / SmartMenu < prev    next >
Text File  |  2002-03-05  |  632b  |  32 lines

  1. G4C
  2.  
  3. WINBIG 565 0 155 11 "SmartMenu"
  4. WINTYPE 11010000
  5. WINFONT xhelvetica.font 9 000
  6.  
  7. xonload
  8.     ifexists assign ~smartmenu
  9.         extract #this guipath g4cmenupath
  10.         assign smartmenu: $g4cmenupath
  11.     endif
  12.     guiopen #this
  13.  
  14. xonclose
  15.     guiquit #this
  16.  
  17.  
  18. text 0 0 0 0 "©2002 by thenightshade@freenet.de" 40 nobox 
  19.  
  20.  
  21. xmenu "Start" "Exchange" "" ""
  22. run "smartmenu:wbrun SYS:Tools/Commodities/Exchange"
  23.  
  24. xmenu "Start" "Utilities" "MultiView" ""
  25. run "smartmenu:wbrun SYS:Utilities/MultiView"
  26.  
  27. xmenu "Start" "Tools" "Calculator" ""
  28. run "smartmenu:wbrun SYS:Tools/Calculator"
  29.  
  30. xmenu "Start" "Tools" "IconEdit" ""
  31. run "smartmenu:wbrun SYS:Tools/IconEdit"
  32.